Fix the annotation for gdk_seat_get_slaves
authorMatthias Clasen <mclasen@redhat.com>
Mon, 11 Jan 2016 20:04:32 +0000 (15:04 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 11 Jan 2016 20:05:21 +0000 (15:05 -0500)
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=759785

gdk/gdkseat.c

index a871f98c4236372c2dfbd699955b697e27c6456d..8b5d42a01a67d8d9a1df56bf8625f51709204994 100644 (file)
@@ -291,7 +291,7 @@ gdk_seat_ungrab (GdkSeat *seat)
  *
  * Returns the slave devices that match the given capabilities.
  *
- * Returns: (transfer container) (element-type GdkSeat): A list of #GdkDevices. The list
+ * Returns: (transfer container) (element-type GdkDevice): A list of #GdkDevices. The list
  *          must be freed with g_list_free(), the elements are owned
  *          by GDK and must not be freed.
  *